ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Matrix Constructor / Matrix Constructor(Double[,])

In This Topic
    Matrix Constructor(Double[,])
    In This Topic
    Initializes a new instance of Matrix class.A two dimension double array used to save the elements.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal elements(,) As Double _
    )
    public Matrix( 
       double[,] elements
    )

    Parameters

    elements
    See Also